home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / demos / GL / ideas / d.c < prev    next >
C/C++ Source or Header  |  1994-08-01  |  3KB  |  135 lines

  1. /*
  2.  * Copyright 1992, 1993, 1994, Silicon Graphics, Inc.
  3.  * All Rights Reserved.
  4.  *
  5.  * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
  6.  * the contents of this file may not be disclosed to third parties, copied or
  7.  * duplicated in any form, in whole or in part, without the prior written
  8.  * permission of Silicon Graphics, Inc.
  9.  *
  10.  * RESTRICTED RIGHTS LEGEND:
  11.  * Use, duplication or disclosure by the Government is subject to restrictions
  12.  * as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
  13.  * and Computer Software clause at DFARS 252.227-7013, and/or in similar or
  14.  * successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
  15.  * rights reserved under the Copyright Laws of the United States.
  16.  */
  17. #include <gl.h>
  18.  
  19. float d_data[][2] = {
  20.     {4.714579, 9.987679},
  21.     {2.841889, 9.429158},
  22.     {2.825462, 9.166325},
  23.     {1.856263, 8.722793},
  24.     {2.004107, 8.000000},
  25.     {0.969199, 7.605750},
  26.     {1.494866, 6.636550},
  27.     {0.607803, 6.028748},
  28.     {1.527721, 4.960986},
  29.     {0.772074, 4.254620},
  30.     {1.774127, 4.139630},
  31.     {1.445585, 3.186858},
  32.     {2.266940, 3.843942},
  33.     {2.250513, 3.022587},
  34.     {2.776181, 3.843942},
  35.     {3.137577, 3.383984},
  36.     {3.351129, 4.008214},
  37.     {3.909651, 4.451746},
  38.     {4.090349, 4.960986},
  39.     {4.862423, 5.946612},
  40.     {4.763860, 6.652977},
  41.     {5.388090, 7.572895},
  42.     {4.862423, 8.492813},
  43.     {5.618070, 9.921971},
  44.     {4.698152, 10.940452},
  45.     {5.338809, 12.303902},
  46.     {4.238193, 12.960985},
  47.     {4.451746, 14.554415},
  48.     {3.581109, 14.291581},
  49.     {3.613963, 15.342916},
  50.     {2.677618, 15.145790},
  51.     {2.480493, 15.540041},
  52.     {2.036961, 15.211499},
  53.     {1.281314, 15.112936},
  54.  
  55. };
  56.  
  57. void draw_d() {
  58.  
  59.     bgntmesh();
  60.     v2f(d_data[0]);
  61.     v2f(d_data[1]);
  62.     v2f(d_data[2]);
  63.     v2f(d_data[3]);
  64.     v2f(d_data[4]);
  65.     v2f(d_data[5]);
  66.     v2f(d_data[6]);
  67.     v2f(d_data[7]);
  68.     v2f(d_data[8]);
  69.     v2f(d_data[9]);
  70.     v2f(d_data[10]);
  71.     v2f(d_data[11]);
  72.     v2f(d_data[12]);
  73.     v2f(d_data[13]);
  74.     v2f(d_data[14]);
  75.     v2f(d_data[15]);
  76.     v2f(d_data[16]);
  77.     v2f(d_data[17]);
  78.     v2f(d_data[18]);
  79.     v2f(d_data[19]);
  80.     v2f(d_data[20]);
  81.     v2f(d_data[21]);
  82.     v2f(d_data[22]);
  83.     v2f(d_data[23]);
  84.     v2f(d_data[24]);
  85.     v2f(d_data[25]);
  86.     v2f(d_data[26]);
  87.     v2f(d_data[27]);
  88.     v2f(d_data[28]);
  89.     v2f(d_data[29]);
  90.     v2f(d_data[30]);
  91.     v2f(d_data[31]);
  92.     v2f(d_data[32]);
  93.     v2f(d_data[33]);
  94.     endtmesh();
  95.  
  96.     bgnline();
  97.     v2f(d_data[0]);
  98.     v2f(d_data[2]);
  99.     v2f(d_data[4]);
  100.     v2f(d_data[6]);
  101.     v2f(d_data[8]);
  102.     v2f(d_data[10]);
  103.     v2f(d_data[12]);
  104.     v2f(d_data[14]);
  105.     v2f(d_data[16]);
  106.     v2f(d_data[18]);
  107.     v2f(d_data[20]);
  108.     v2f(d_data[22]);
  109.     v2f(d_data[24]);
  110.     v2f(d_data[26]);
  111.     v2f(d_data[28]);
  112.     v2f(d_data[30]);
  113.     v2f(d_data[32]);
  114.     v2f(d_data[33]);
  115.     v2f(d_data[31]);
  116.     v2f(d_data[29]);
  117.     v2f(d_data[27]);
  118.     v2f(d_data[25]);
  119.     v2f(d_data[23]);
  120.     v2f(d_data[21]);
  121.     v2f(d_data[19]);
  122.     v2f(d_data[17]);
  123.     v2f(d_data[15]);
  124.     v2f(d_data[13]);
  125.     v2f(d_data[11]);
  126.     v2f(d_data[9]);
  127.     v2f(d_data[7]);
  128.     v2f(d_data[5]);
  129.     v2f(d_data[3]);
  130.     v2f(d_data[1]);
  131.     endline();
  132.  
  133. }
  134.  
  135.